luci-app-dockerman: change common translation for new container to add
authorFlorian Eckert <[email protected]>
Tue, 11 Aug 2020 10:52:24 +0000 (12:52 +0200)
committerFlorian Eckert <[email protected]>
Tue, 11 Aug 2020 10:55:42 +0000 (12:55 +0200)
Signed-off-by: Florian Eckert <[email protected]>
applications/luci-app-dockerman/luasrc/model/cbi/dockerman/containers.lua

index 6fdb5ee61e8a0aa2a5ee7825019153eb5a600ffb..5bcb5fae9ce750f30428a4f7569aca918d6b6ced 100644 (file)
@@ -178,7 +178,7 @@ s.rowcolors=false
 s.template="cbi/nullsection"
 
 o = s:option(Button, "_new")
-o.inputtitle= translate("New")
+o.inputtitle= translate("Add")
 o.template = "dockerman/cbi/inlinebutton"
 o.inputstyle = "add"
 o.forcewrite = true